Android Basics (Part 1)
Which Android component is responsible for displaying the application user interface?
Layout
Activity
Window
Service
Content Provider
Android Basics (Part 2)
How does Android know which components are in the application?
By type
The Android Manifest
They are registered when Main() is called
Next Concept